@charset "utf-8";
/* CSS Document */

.nav{
	align-content: center;
	align-items: center;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.logobox{
	width: 150px;
	height: 68px;
	
	
	
}
.homebox{
	font-family:"Aloevera Display Light";
}
.h-space{
	margin-left: 50px;
	font-size: 18px;
}
.a-space{
	margin-left: 50px;
	font-size: 18px;
}
.s-space{
	margin-left: 50px;
	font-size: 18px;
}
.p-space{
	margin-left: 50px;
	font-size: 18px;
	
}
.c-space{
	margin-left: 50px;
	font-size: 18px;
	margin-right: 0px;
}
.footer{
	height: 90px;
	width: 1000px;
	background: #663300;
	align-content: center;
	align-items: center;
	margin-left: 0;
	
}
.fp{
    margin: auto;
    margin-left: 241px;
}
.background{
	align-content: center;
	align-items: center;
}
.text{
	width: 310px;
	height: 230px;
	margin-left: 536px;
	margin-top: 0px;
	align-content: center;
	align-items: center;
}
.hi{
	font-family: "Aloevera Display Light";
	font-size: 28px;
	
}
.lawbless{
	
	font-family:"Franklin Gothic Heavy";
	font-size: 38px;
}
.designer{
	font-family: "Aloevera Display Light";
	font-size: 28px;
}
.aboutnav{
	width: 850px;
	height: 75px;
	background: #FFCC99;
	margin-left:50px;
	align-content: center;
	align-items: center;
	text-align: center;
	
}
.lawb{
	width: 511px;
	height: 36px;
	font-family: "Franklin Gothic Heavy";
	font-size: 30px;
	margin-left: 130px;
}

.enter{
	width: 590px;
	height: 35px;
	font-family: "Aloevera Display Light";
	font-size: 20px;
	margin-left:100px;
}
.aboutext{
	text-align: center;
	margin-left: 80px;
	margin-right: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
}
p{
	font-family: "Aloevera Display Light";
}
h1{
	font-family:  "Aloevera Display Medium";
}
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI';
        }
        
        body {
            background-color: #f5f7fa;
            color: #333;
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        
        header {
            background-color: #663300;
            color: white;
            padding: 40px 0;
            text-align: center;
            margin-bottom: 40px;
            border-bottom: 5px solid #ffcc99;
        }
        
        header h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }
        
        header p {
            font-size: 1.2rem;
            opacity: 0.9;
        }
        
        .contact-section {
            display: grid;
            grid-template-columns: "1fr, fr" ;
            gap: 30px;
        }
        
        .contact-info {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .contact-info h2 {
            color: #663300;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .info-item img {
            width: 24px;
            height: 24px;
            margin-right: 15px;
        }
        
        .contact-form {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .contact-form h2 {
            color: #663300;
            margin-bottom: 20px;
            font-size: 1.8rem;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #ffcc99;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
        }
        
        .form-group textarea {
            min-height: 150px;
            resize: vertical;
        }
        
        button {
            background-color: #663300;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 600;
            transition: background-color 0.3s;
        }
        
        button:hover {
            background-color: #1e2b6b;
        }
        
        .location-map {
            margin-top: 30px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .location-map img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        @media (max-width: 768px) {
            .contact-section {
                grid-template-columns: "1fr";
			}}
h3{
	color: #663300;
}
.wE{
	text-align: center;
}
.firstrow{
	display: flex;
} 
.images2{
	margin-left: 20px;
}
.images1{
	margin-right: 20px;
}
.secondrow{
	display: flex;
}
.cv{
	height: 30px;
	width: 170px;
	background-color: white;
	margin: auto;
}